get last value in a comma separated list of values


取得用 , 分隔的詞組中的最後一個詞
get last value in a comma separated list of values

abc,efg,hijk,lmn

lmn

reverse(split_part(reverse(member_property.value), ',' , 1))

#postgresql






你可能感興趣的文章

用 Python 自學資料科學與機器學習入門實戰:Numpy 基礎入門

用 Python 自學資料科學與機器學習入門實戰:Numpy 基礎入門

Golang - 條件式與迴圈

Golang - 條件式與迴圈

Auto Generate Insert Script without SQL Manager

Auto Generate Insert Script without SQL Manager






留言討論